home *** CD-ROM | disk | FTP | other *** search
- // CTestDialog2.cp -- dialog methods
- // Created 01/01/95 12:01 PM by AppMaker
-
- #include "stdafx.h"
- #include "Demo1Dlg.h"
- #include "CTestDialog2.h"
-
- #ifdef _DEBUG
- #undef THIS_FILE
- static char BASED_CODE THIS_FILE[] = __FILE__;
- #endif
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestDialog2 dialog
-
-
- CTestDialog2::CTestDialog2(CWnd* pParent /*=NULL*/)
- : CDialog(CTestDialog2::IDD, pParent)
- {
-
- //{{AFX_DATA_INIT(CTestDialog2)
- // NOTE: the ClassExpress will add member initialization here
- //}}AFX_DATA_INIT
- }
-
- void CTestDialog2::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CTestDialog2)
- // NOTE: the ClassExpress will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
-
- BEGIN_MESSAGE_MAP(CTestDialog2, CDialog)
- //{{AFX_MSG_MAP(CTestDialog2)
- // NOTE: the ClassExpress will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestDialog2 message handlers
-
-